Contribution org.nuxeo.duo.factors.login.contrib--authenticators
In component org.nuxeo.duo.factors.login.contrib
org.nuxeo.duo.factors.login.contrib
inside nuxeo-runtime-6.0.jar
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin class="org.nuxeo.duoweb.authentication.DuoFactorsAuthenticator" enabled="true" name="DUO_TWO_FACTORS_AUTH">
<loginModulePlugin>Trusting_LM</loginModulePlugin>
<parameters>
<parameter name="IKEY">YOUR_INTEGRATION_KEY</parameter>
<parameter name="SKEY">YOUR_SECRET_KEY</parameter>
<parameter name="AKEY">YOUR_APPLICATION_KEY</parameter>
<parameter name="HOST">YOUR_API_HOSTNAME</parameter>
</parameters>
</authenticationPlugin>
</extension>